home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1997 February / Computer Life February 1997.iso / S / wws9530 / Product / WORDSRCH.EXE / 0 / RCDATA / TMYEXPORT / TMYEXPORT.txt
Text File  |  1996-03-09  |  2KB  |  82 lines

  1. object MyExport: TMyExport
  2.   Left = 323
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Export'
  6.   ClientHeight = 353
  7.   ClientWidth = 190
  8.   Font.Color = clBlack
  9.   Font.Height = -17
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnShow = FormShow
  16.   TextHeight = 19
  17.   object ListBox1: TListBox
  18.     Left = 8
  19.     Top = 40
  20.     Width = 173
  21.     Height = 281
  22.     ExtendedSelect = False
  23.     ItemHeight = 19
  24.     MultiSelect = True
  25.     Sorted = True
  26.     TabOrder = 1
  27.   end
  28.   object SaveFile: TButton
  29.     Left = 8
  30.     Top = 4
  31.     Width = 81
  32.     Height = 29
  33.     Caption = '&Save File'
  34.     TabOrder = 0
  35.     OnClick = SaveFileClick
  36.   end
  37.   object ExitButton: TButton
  38.     Left = 100
  39.     Top = 4
  40.     Width = 81
  41.     Height = 29
  42.     Caption = '&Exit'
  43.     TabOrder = 4
  44.     OnClick = ExitButtonClick
  45.   end
  46.   object SelectAll: TButton
  47.     Left = 8
  48.     Top = 324
  49.     Width = 81
  50.     Height = 25
  51.     Caption = 'Select &All'
  52.     Font.Color = clBlack
  53.     Font.Height = -15
  54.     Font.Name = 'Arial'
  55.     Font.Style = []
  56.     ParentFont = False
  57.     TabOrder = 2
  58.     OnClick = SelectAllClick
  59.   end
  60.   object Clear: TButton
  61.     Left = 100
  62.     Top = 324
  63.     Width = 81
  64.     Height = 25
  65.     Caption = 'C&lear'
  66.     Font.Color = clBlack
  67.     Font.Height = -15
  68.     Font.Name = 'Arial'
  69.     Font.Style = []
  70.     ParentFont = False
  71.     TabOrder = 3
  72.     OnClick = ClearClick
  73.   end
  74.   object MySaveDialog: TSaveDialog
  75.     DefaultExt = 'txt'
  76.     Filter = 'text (*.txt)|*.txt'
  77.     Title = 'Save Word List'
  78.     Left = 4
  79.     Top = 296
  80.   end
  81. end
  82.